---
title: "Issue Template Overview"
---

An **issue template** serves as a structured approach for developers to communicate specific concerns or requests within a collaborative platform, particularly in environments like GitHub. One notable example is the **Vulnerability Disclosure** template, which is critical for reporting potential security vulnerabilities.

## Key Elements of the Vulnerability Disclosure Template

### 1. Vulnerability Disclosure
- **Description**: This template is utilized in GitHub repositories for reporting potential security vulnerabilities. It mandates the use of a **security label** to classify the issue accurately and might also require a **keep confidential label** when sensitive information is involved. 
- **Purpose**: It ensures effective communication of security concerns and facilitates the timely addressing of vulnerabilities.

### 2. Security Label
- **Function**: A tagging mechanism used in GitHub issues, the **security label** identifies and categorizes issues related to security concerns. 
- **Importance**: Required in the Vulnerability Disclosure issue template, it helps organize and manage discussions surrounding security-related topics within the GitHub platform.

### 3. Fix or Mitigation Plan
- **Definition**: A strategic approach developed to address identified vulnerabilities. 
- **Significance**: Essential for the R2R process, it necessitates notifying the **Reporter** regarding the progress and estimated timeline for implementing the fix.

### 4. Vulnerability Report
- **Content**: This document details specific vulnerabilities that require acknowledgment and assessment, especially concerning the R2R software. 
- **Role**: It serves as a critical tool for ensuring software security and compliance, highlighting the need for timely attention to identified issues.

### 5. Keep Confidential Label
- **Purpose**: This designation signifies that an issue contains sensitive information that should remain undisclosed to the public. 
- **Relevance**: Particularly important in the context of vulnerability disclosures, it helps manage confidentiality in issue tracking.

### 6. GitHub Platform
- **Overview**: GitHub is a web-based platform designed for version control and collaboration, enabling developers to store and manage their code repositories.
- **Features**: It incorporates essential features like the Vulnerability Disclosure issue template and security labels, emphasizing its commitment to maintaining security and confidentiality.

## Conclusion

The **Vulnerability Disclosure issue template** is a fundamental component for managing security risks on platforms like GitHub. By utilizing structured templates and labels, developers can effectively communicate vulnerabilities, ensuring that security concerns are addressed promptly and systematically. This process not only enhances the overall security posture of projects but also fosters a collaborative environment for developers and security researchers alike.